home *** CD-ROM | disk | FTP | other *** search
- subtitleTextBox. setText ("")
- mainTextBox. setText ("")
-
- activeBreadboard. setAnimatePoint ( 20 , 210 )
- activeBreadboard. stampAndMove ( "Axon" , "inputAxon" )
- inputAxon. setRows ( 2 )
-
- activeBreadboard. stampOnAndMove ( "Function" , "inputAxon" )
- function. setBroadcast ( FALSE )
- function. setActiveChannel ( 1 )
- function. setPhaseShift ( 90.000000 )
-
- activeBreadboard. stampOnAndMove ( "Noise" , "function" )
- activeBreadboard. stampOnAndMove ( "ArrowEngine" , "noise" )
-
- activeBreadboard. setAnimatePoint ( 15 , 185 )
- activeBreadboard. stampAndMove ( "StaticControl" , "control" )
-
- activeBreadboard. stampOnAndMove ( "DataStorage" , "inputAxon" )
- activeBreadboard. select ( "dataStorage" , FALSE )
- dataStorage. setBufferLength ( 8 )
- dataStorage. setMessageEvery ( 8 )
-
- activeBreadboard. stampOnAndMove ( "ScatterPlot" , "dataStorage" )
- scatterPlot. setName ( "activeInputProbe" )
- activeInputProbe. setXMinScale ( -1.500000 )
- activeInputProbe. setXMaxScale ( 1.500000 )
- activeInputProbe. setYMinScale ( -1.500000 )
- activeInputProbe. setYMaxScale ( 1.500000 )
- activeInputProbe. tileWindow (1,4,3,3)
-
- activeBreadboard. lockWindowUpdate()
- CreateLargeButtonMacroPath = macro. pathFromNS ( "Macros\create large button.nsm" )
- activeBreadboard. runMacro ( CreateLargeButtonMacroPath )
- controlButton. setText ( "Step Epoch" )
- controlButton. moveTo ( 630 , 55 )
- ControlMacroPath = macro. pathFromNS ( "Macros\stepEpoch.nsm" )
- controlButton. setMacroPath ( ControlMacroPath )
- activeBreadboard. unlockWindowUpdate()
-
- activeBreadboard. select ( NULL , FALSE )
-
- control. setExemplars ( 8 )
- control. setEpochs ( 500 )
- noise. setStreamOn ( FALSE )
- control. stepEpoch ( )
- noise. setStreamOn ( TRUE )
-
- NextMacroPath = macro. pathFromMacro ( "Self organizing feature map.nsm" )
- nextButton. setMacroPath ( NextMacroPath )
- SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
- MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
-